home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cqa.zip / WEP.BCP < prev   
Text File  |  1991-04-01  |  372b  |  8 lines

  1. QUESTION:  What is WEP?
  2.  
  3. ANSWER:    WEP (Windows Exit Procedure) is the exit point of a Windows
  4.            DLL (Dynamic Link Libarary).  Windows will call the WEP
  5.            function just prior to unloading the DLL.  WEP should perform
  6.            any cleanup required for the DLL. A default WEP function is
  7.            provided by the Borland C++ runtime libraries.
  8.